oxenstored: add a --use-select command line flag
authorZheng Li <dev@zheng.li>
Thu, 25 Sep 2014 17:34:56 +0000 (18:34 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 8 Oct 2014 13:18:46 +0000 (14:18 +0100)
commit6a0fa7ce2e0c06edfd8c7e4d5d6ac0bdd7b2a43b
treeadc6f7e5d225dbd22f85f28c1cebb00eee98bb60
parentb6afbcf41ddf5f44125eb6c2c3a27231b6af3e79
oxenstored: add a --use-select command line flag

This allows to fall back to the original Unix.select if preferred. It could be
useful for debugging purposes too.

Signed-off-by: Zheng Li <dev@zheng.li>
Reviewed-by: David Scott <dave.scott@citrix.com>
tools/ocaml/xenstored/parse_arg.ml
tools/ocaml/xenstored/select.ml
tools/ocaml/xenstored/select.mli
tools/ocaml/xenstored/xenstored.ml